'Declaration
Public Overloads Sub AddFunction( _ ByVal item As ExpressionItem, _ ByVal function As Func(Of List(Of Object),Object), _ ByVal argsCount As Integer _ )
public void AddFunction( ExpressionItem item, Func<List<object>,object> function, int argsCount )
Parameters
- item
- Provides the function description for the C1ExpressionEditorPanel.
- function
- The delegate that evaluates the function.
- argsCount
- Arguments count.